.header{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.content{
    background-image: url("../images/birdsFlying.jpg");
    background-repeat: no-repeat;
    background-size:cover ;
    height: 1000px;
    display: grid;
    grid-template-columns:  2fr 3fr;
    padding:30px;
}

.white-letters{
    color: azure;
}

                                /* this is for April 2023 */
#darkgrey-letters{
    color: grey;
}


                                /*this is for both columns on the left*/
.left-writeup{
    display: grid;
    grid-template-columns: auto auto;
    /* padding :0 60px; */
    padding: 0 3vw;
    font-size: 0.9vw;
    /* border: 2px solid yellow; */
}



#columnOne{
    grid-row: 1 / span 2;
    padding: 0 30px 0 0;
    margin:0 30px 0 0px;
}

 #columnThree{
 text-align:  center;
 margin:0 50px;
 padding :0 300px;
 /* border:2px solid red; */
}


                        /* this class is for "104" */
.large-font{
    /* font-size: 120px; */
    font-size: 12vw;
    margin-bottom: 0px;
    margin-top: 20px;
}



                         /* this id is for "AS One"  */
#large-font2{
    /* font-size: 100px; */
    font-size: 5vw;
}

footer{
    float: right;
    font-size: 20px;
    margin: 20px;
    padding:20px;
    box-sizing: border-box;
}

.numbers{
    background-color: black;
    color: white;
}